Intersoft WebInput Documentation
How-to: Combine numeric display and edit formatting
See Also Send Feedback
Intersoft WebInput > Features and Concepts > Formatting Data > How-to: Combine numeric display and edit formatting

Glossary Item Box

In WebInput.NET V4.0, you can combine numeric display and edit formatting.

This topic will show you how to combine numeric display and edit formatting.

To Combine numeric display and edit formatting

  1. Right-click on WebInput control and choose WebInput.NET Designer.
  2. Go to Mode tab. Select the Enabled checkbox in both Edit and Display sections, and set Display Format Expression to "$ #,##0.0000", Edit Format Expression to "#,###,##0.0" and set the Edit Mask Expression to "9,999,990.0".

See Also